home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / locale / catalogs / libs / reqchangelib.cd < prev    next >
Text File  |  1996-04-07  |  2KB  |  70 lines

  1. ;
  2. ; $VER: ReqChangeLib.cd 3.0
  3. ;
  4. ; $Header: Src/rcs/ReqChangeLib.cd,v 1.3 1994/09/04 19:43:26 cmh Exp cmh $
  5. ;
  6. ; All messages in reqchange.library that might need localization
  7. ;
  8. ;
  9. ; The "\x"s in the beginning of the string is becase this is a message
  10. ; passed to DisplayAlert(), and thus need a bit more information. That
  11. ; also explains the extra "\x00" at the end. If you don't know much about
  12. ; DisplayAlert(), you can simply use the \x values used here. If you are
  13. ; a bit more "advanced" ( :) ), you can center the strings if you like.
  14. ; Its up to you! If you don't know how to do this, ignore it. It isn't
  15. ; important (I haven't done it in the english strings, although I have
  16. ; a certain offset - 14 - to make it look ok. Don't remove that one).
  17. ; Each alert must fit in one line, and can thus contain at most 76 chars
  18. ; (since the "border" of the alert occupies some space).
  19. ;
  20. MSG_NO_REQTOOLS_ALERT (1//80)
  21. \x00\x0e\x0creqchange.library: You need reqtools.library version 38.1194 or higher!\x00
  22. ;
  23. MSG_ASSIGNX_GAD (+1//)
  24. Retry|Mount|Assign...|Deny|Cancel
  25. ;
  26. MSG_ASSIGN_GAD (//)
  27. _Assign
  28. ;
  29. MSG_OK_GAD (//)
  30.  Ok \
  31.  
  32. ;
  33. MSG_ASSIGN_TITLE (//)
  34. Assign for \"%s\"
  35. ;
  36. MSG_SYSTEM_REQUEST_TITLE (//)
  37. System Request
  38. ;
  39. MSG_PALETTE_TITLE (//)
  40. Palette
  41. ;
  42. ; Default titles for the ASL requesters
  43. ;
  44. MSG_SCREENMODE_TITLE (//)
  45. Select screen mode
  46. ;
  47. MSG_FONT_TITLE (//)
  48. Select font
  49. ;
  50. MSG_FILE_TITLE (//)
  51. Select file
  52. ;
  53. ; Another alert string. See explanation for MSG_NO_REQTOOLS_ALERT for more information.
  54. ; Added in V3.6 (Library version 5.0)
  55. ;
  56. MSG_NO_KEYMAP_ALERT (//80)
  57. \x00\x0e\x0creqchange.library: You need keymap.library version 37 or higher!\x00
  58. ;
  59. ; ReqChange extended error messages. Try to keep these under 60 chars in length.
  60. ;
  61. MSG_ERROR_NOT_PREFS (1000//80)
  62. invalid preferences file
  63. ;
  64. MSG_ERROR_BAD_VERSION (//80)
  65. unknown version of preferences file
  66. ;
  67. MSG_ERROR_SHORT_PREFS (//80)
  68. wrong size of preferences file
  69. ;
  70.